home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 203_01 / cc.bat < prev    next >
DOS Batch File  |  1980-01-01  |  128b  |  7 lines

  1. lc -ms -i\lc\ -i\lc\s\ YAM%1 >err%1
  2. if errorlevel 1 goto err
  3. goto done
  4. :err
  5. type err%1
  6. :done
  7.